getAllowEnterTransitionOverlap
Returns whether the the exit transition and enter transition overlap or not. When true, the enter transition will start as soon as possible. When false, the enter transition will wait until the exit transition completes before starting.
Return
true when the enter transition should start as soon as possible or false to when it should wait until the exiting transition completes.